Welcome![Sign In][Sign Up]
Location:
Search - windows ce 5.0

Search list

[OS programCETaskManager

Description: Windows CE 5.0任务管理器,可列出线程,进程等信息.供参考.-Windows CE 5.0 task management, which can be shown threads, processes and other information. For reference.
Platform: | Size: 36020 | Author: blovetad | Hits:

[Otherwincebase

Description: Windows CE 培训教程 课程介绍 1 主要讲解WinCE系统层面的开发知识,非应用层面介绍 2 讲解有关WinCE的基本知识、概念和开发的内容 3 要求熟悉C++及操作系统的基本知识 4 了解Windows操作系统的注册表知识 5 了解Windows的基本工作原理 6 了解基本嵌入式定义及基础-Windows CE training courses on a tutorial on the main level of the system WinCE development of knowledge , introduced the non-application of the two WinCE on the basic knowledge, development of the concept and content requirements familiar with the three C and the operating system to understand four basic knowledge of the Windows operating system Note Table 5 list knowledge of Windows to understand the basic working principle of six basic understanding and definition of embedded foundation
Platform: | Size: 25252 | Author: linfan | Hits:

[Software Engineeringwince_embeded

Description: 基于Windows CE的嵌入式开发研究 Research of Embedded Development Based on Windows CE 【摘要】 近年来基于嵌入式系统的数字化产品在全球范围内得到了突飞猛进的发展,嵌入式技术已成为一个研究热点和消费热点。而Windows CE由于它的多任务、实时性、模块化、强大的通信能力等特点,在嵌入式系统的诸多领域都有了广泛的应用。本文首先探讨了嵌入式系统的特点,分类,前景,然后对各种嵌入式操作系统和Windows CE的特点及开发工具进行分析比较,接着介绍一个我们在Microsoft Windows CE 5.0环境下基于eBoxII开发的智能家居安防保全系统eDog。eDog 可以通过摄像头将采集到的实时视频图像进行运动检测,当发现有运动产生时,通过拨打电话等多种方式自动向用户发出警报,同时将实时捕获的图像上传到ftp 服务器。文章的最后详细阐述了eDog的图像采集模块,运动图像检测模块,图像压缩模块,FTP上传模块的实现过程,并对我们所提出的运动检测算法,视频捕捉算法等做了详细的说明。
Platform: | Size: 273856 | Author: wangtian | Hits:

[Other resourceSamsung3.5_LCD_Dispaly

Description: 三星3.5寸屏windows ce 驱动程序
Platform: | Size: 47576 | Author: michael | Hits:

[Other resourceSharp3.5_LCD_Display

Description: sharp 3.5 inch dispaly driver for windows ce 5.0
Platform: | Size: 47121 | Author: michael | Hits:

[Other resourceATAPI_Driver_WinCE5.0

Description: Windows CE 5.0下的ATAPI驱动。
Platform: | Size: 110390 | Author: 宗军 | Hits:

[Other resourceSmartCard_Driver_WinCE5.0

Description: Windows CE 5.0 下的SmartCard驱动。
Platform: | Size: 28487 | Author: 宗军 | Hits:

[Other resourceUSBDISK_Driver_WinCE5.0

Description: Windows CE 5.0下的U盘驱动源代码。
Platform: | Size: 59497 | Author: 宗军 | Hits:

[DirextXDDEX1

Description: Windows CE 5.0 DirectDraw 例子, 微软样例代码 DDEX1
Platform: | Size: 17645 | Author: 无语 | Hits:

[Other resourceDDEX2

Description: Windows CE 5.0 DirectDraw 例子, 微软样例代码 DDEX1
Platform: | Size: 81978 | Author: 无语 | Hits:

[Other resourceDDEX3

Description: Windows CE 5.0 DirectDraw 微软示例源代码 DDEX3
Platform: | Size: 37694 | Author: 无语 | Hits:

[Other resourceDDEX4

Description: Windows CE 5.0 DirectDraw 微软示例源代码 DDEX4
Platform: | Size: 58893 | Author: 无语 | Hits:

[Other resourceDONUTS

Description: Windows CE 5.0 DirectDraw 微软示例源代码 一个比较小巧俱全的游戏源代码
Platform: | Size: 323420 | Author: 无语 | Hits:

[Other resourceCEPLAYER

Description: Windows CE 5.0 多媒体播放器源代码,示例了怎么通过调用COM接口播放音频、视频文件,还有皮肤源代码
Platform: | Size: 178173 | Author: 无语 | Hits:

[Graph programBarReader

Description: DTK barcode reader SDK sample for windows ce 5.0
Platform: | Size: 48755 | Author: 王军 | Hits:

[Other resourcewincespeech01

Description: Embedded Windows CE SAPI 5.0 Developers Kit is an embedded speech recognition, or speech-to-text circuit solution, for development of speech recognition system at the electronics level. 一款很好的英文嵌入式语音识别系统,基于winCE的,欢迎试用!
Platform: | Size: 1992524 | Author: Jackey | Hits:

[Other resourceGpsTracerAppWMCE5

Description: This is a simple GPS tracer developed for Window Mobile 2005/2003 on Compact Framework 2.0 SDK. So first of all, you need VisualStudio 2005 and Windows Mobile CE 5 SDK. You can develop it on emulator devices or on a real device. As you can see in that photo, I developed that application on a read device: the great Asus MyPal 636N.
Platform: | Size: 301492 | Author: tj | Hits:

[Other resourceEINTKEYDRIVERS

Description: WINDOWS CE 5.0下PQOAL的外部中断按键驱动
Platform: | Size: 21190 | Author: huohuo | Hits:

[Other resourcePXA27X

Description: pxa27x library for windows ce 5.0
Platform: | Size: 299532 | Author: 顾俊 | Hits:

[Software EngineeringWindowsCE5.0

Description: Windows CE 5.0启动过程分析 1、CPU加电,跳转到复位向量 2、执行引导程序Startup();OAL中的Startup(); ? 完成最小的CPU和硬件初始化; ? 关闭中断、缓存(Cache)和内存管理单元(MMU) ? 调用内核启动函数KernelStart -Windows CE 5.0 to start the process of analysis 1, CPU power, Jump to the reset vector 2, the implementation of procedures to guide Startup () OAL in the Startup () ? Completed a minimum of CPU and hardware initialization ? Closed interrupt, cache (Cache) and memory management unit (MMU)? call kernel startup function KernelStart
Platform: | Size: 5120 | Author: 钟国 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net